← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:12 2016

Filename(eval 293)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm:56]
StatementsExecuted 23 statements in 52µs
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm line 56
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
222133µs33µsPath::IsDev::Result::::resultPath::IsDev::Result::result
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
12352µs
# spent 33µs within Path::IsDev::Result::result which was called 22 times, avg 2µs/call: # 11 times (20µs+0s) by Path::IsDev::Object::_matches at line 203 of Path/IsDev/Object.pm, avg 2µs/call # 11 times (12µs+0s) by Path::IsDev::Object::matches at line 224 of Path/IsDev/Object.pm, avg 1µs/call
package Path::IsDev::Result; my $default=$outer_default; sub result { if (@_ == 1) {return $_[0]{result} } else { return $_[0]{result}=$_[1] } }
2;